All Packages Class Hierarchy This Package Previous Next Index
NSTableView
class.
The methods in this interface are notifications methods.
This interface is exposed in Java for documentation purposes, since one
is not required to implement this interface. Your class may implement one
or more of these methods, as needed. Only those methods implemented will
be called.
- tableViewColumnDidMove:
Objective-C instance method
associated to notifications sent by the TableView
class
(known as the NSTableView
Objective-C class).
- tableViewColumnDidResize:
Objective-C instance method
associated to notifications sent by the TableView
class
(known as the NSTableView
Objective-C class).
- tableViewSelectionDidChange:
Objective-C instance method
associated to notifications sent by the TableView
class
(known as the NSTableView
Objective-C class).
- tableViewSelectionIsChanging:
Objective-C instance method
associated to notifications sent by the TableView
class
(known as the NSTableView
Objective-C class).
public abstract void tableViewSelectionDidChange(Notification notification)
- tableViewSelectionDidChange:
Objective-C instance method
associated to notifications sent by the TableView
class
(known as the NSTableView
Objective-C class).
public abstract void tableViewColumnDidMove(Notification notification)
- tableViewColumnDidMove:
Objective-C instance method
associated to notifications sent by the TableView
class
(known as the NSTableView
Objective-C class).
public abstract void tableViewColumnDidResize(Notification notification)
- tableViewColumnDidResize:
Objective-C instance method
associated to notifications sent by the TableView
class
(known as the NSTableView
Objective-C class).
public abstract void tableViewSelectionIsChanging(Notification notification)
- tableViewSelectionIsChanging:
Objective-C instance method
associated to notifications sent by the TableView
class
(known as the NSTableView
Objective-C class).
All Packages Class Hierarchy This Package Previous Next Index